CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - A law

搜索资源列表

  1. 8数码A算法

    0下载:
  2. 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13600
    • 提供者:陈士骞
  1. a-u-law

    0下载:
  2. 查表法实现a-law算法,使用c语言编写,使用简单,适用于语音传输系统的开发
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:4950
    • 提供者:蒋志颀
  1. pcm编码 有关线性

    0下载:
  2. pcm编码 有关线性、A律、mu律的pcm编码的matlab实现,pcm encoded on the linear, A law, mu law encoded pcm achieve matlab
  3. 所属分类:通讯/手机编程

    • 发布日期:2017-04-09
    • 文件大小:1603668
    • 提供者:jcl
  1. matlabpcmA13.rar

    0下载:
  2. 简单易懂的A-Law(13-segment) PCM的源代码,encode 的过程,适合初学者,Easy-to-read A-Law (13-segment) PCM source code, encode process, suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:866
    • 提供者:g
  1. alaw.rar

    0下载:
  2. 基于Tms320C5402的A-law 算法的源代码,该代码已经调试通过,运行结果良好,Based on the TMS320C5402 the A-law algorithm' s source code, the debugging code has been adopted, good results
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:53634
    • 提供者:zhangjunxing
  1. pcm

    2下载:
  2. 脉冲编码调制pcm的matlab防真 A律 U律-Pulse code modulation pcm true of matlab anti-U Law A Law
  3. 所属分类:其他小程序

    • 发布日期:2014-03-25
    • 文件大小:1367
    • 提供者:陈志平
  1. Alowcompress

    0下载:
  2. 本代码为A律压缩量化方法,并有其对应的解压。13折线法。-A law code for the quantitative methods of compression and decompression of its corresponding. 13 line method.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:2189
    • 提供者:tess
  1. lab12-Audio

    0下载:
  2. 利用A律十三折线算法进行压缩和解压缩,实现音频信号的压缩和解压缩-make advantage of the A law to despread and spread the signal, so as to despread and spread the audio signal
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-29
    • 文件大小:11920
    • 提供者:天涯人蓝枫
  1. PcmALaw

    0下载:
  2. PCM音频压缩为PCM A-Law格式以及相应的解压缩-PCM audio compressed to PCM A-Law format, and the corresponding decompression.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:16673
    • 提供者:小白鼠
  1. PCM_ALaw_EncodeAndDecode

    1下载:
  2. This a PCM A Law Encode And Decode Programme! It is very useful for user in voice coding!
  3. 所属分类:其他小程序

    • 发布日期:2013-01-29
    • 文件大小:8540
    • 提供者:chengbing
  1. A-law_enc

    0下载:
  2. A-law Encoder (VHDL)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:2005
    • 提供者:Victor
  1. pcm

    2下载:
  2. 语音编码中A律pcm编码、译码的matlab仿真-Speech Coding A law pcm encoding, decoding matlab simulation
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:2384
    • 提供者:593038945
  1. ulawcompander.m

    0下载:
  2. Companding is essentially a technique for achieving non-uniform quantization. There are basically 2 methods which are most popular in literature.:-A-law companding and u-law companding. These algorithms help in achieving to an extend, compression. Th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:724
    • 提供者:shanil
  1. pcm

    2下载:
  2. 脉冲编码调制(PCM)实现 编程实现PCM技术的三个过程:采样、量化与编码。 采样:低通连续信号采样,以 x=sin(200*t) m=x./(200*t) m=m.*m 为例说明低通采样定理,绘出信号时、频图形;带通连续信号采样,以x=sin(20*t) m=x./t 为例说明带通采样定理,绘出信号时、频图形。 量化:均匀量化,以幅度 的正弦信号为例实现为64级电平的均匀量化;非均匀量化,输入A律PCM编码器的正弦信号 ,采样序列为 ,将其进行PCM编码,给出编码器的输出码组序列
  3. 所属分类:Communication-Mobile

    • 发布日期:2016-01-27
    • 文件大小:2002
    • 提供者:马芳
  1. Docwithmatlabprog

    0下载:
  2. The document is a lab manual containing codes for a-law companding, mu-law companding, speech compresion, huffman doc and performance evaluation of cdma.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:53351
    • 提供者:MAHESH KUMAR
  1. matlab

    1下载:
  2. 这组代码模拟了整个信号的编码,调制,解调,译码在无线通信,其中包括A-law扩展,PCM和的2PSK调制解调的技术过程。-This collection of codes simulates the whole signal encoding, modulation, demodulation, decoding process in wireless communication, which involves the techniques of A law companding, PCM, a
  3. 所属分类:matlab例程

    • 发布日期:2013-01-29
    • 文件大小:2352
    • 提供者:songruojia
  1. PCM-A-U-law

    0下载:
  2. 实现PCM语音数据流压缩,通过该压缩算法可以实现a/u law-PCM voice data stream to achieve compression, the compression algorithm can be achieved by a/u law
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-23
    • 文件大小:1789
    • 提供者:王斌
  1. alaw_pcm

    0下载:
  2. PCM与A-LAW PCM的相互转换程序-PCM & A-LAW PCM conversion
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:4681
    • 提供者:Wang
  1. A-Law-a-Mu-Law

    0下载:
  2. A law mu law calculation matlab
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:44188
    • 提供者:tamil
  1. A 律十三折线编码的量化信噪比

    1下载:
  2. 仿真求解正弦波通过 A 律十三折线编译码后的量化信噪比。////////////////////////////////(The quantization SNR of sine wave through A-Law 13 fold code is simulated.)
  3. 所属分类:其他

    • 发布日期:2020-12-27
    • 文件大小:438272
    • 提供者:铭阳
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com